home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / GRAPHICS / VOXRAY.ZIP / SVARS.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-19  |  182 b   |  12 lines

  1. #ifndef _SVARS_
  2. #define _SVARS_
  3.  
  4. #include "ray.h"
  5. #include "modplay.h"
  6.  
  7. extern "C" word the_port;
  8. extern "C" byte the_IRQ, the_DMA;
  9. extern "C" BOOL sound_exists;
  10.  
  11. #endif
  12.